Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22306 | GEN000750 | SV-38677r1_rule | IAIA-1 IAIA-2 | Medium |
Description |
---|
To ensure password changes are effective in their goals, the system must ensure old and new passwords have significant differences. Without significant changes, new passwords may be easily guessed based on the value of a previously compromised password. |
STIG | Date |
---|---|
AIX 5.3 Security Technical Implementation Guide | 2013-11-04 |
Check Text ( None ) |
---|
None |
Fix Text (F-32075r1_fix) |
---|
Use the chsec command to change mindiff to 4. # chsec -f /etc/security/user -s default -a mindiff=4 # chuser mindiff=4 < user id > |